Public MustOverride Property SerializedDictionary As Dictionary(Of Long,TIndex)
Dim instance As BaseSingleIndex(Of T,TIndex) Dim value As Dictionary(Of Long,TIndex) instance.SerializedDictionary = value value = instance.SerializedDictionary
public abstract Dictionary<long,TIndex> SerializedDictionary {get; set;}
public: abstract property Dictionary<int64,TIndex^>^ SerializedDictionary { Dictionary<int64,TIndex^>^ get(); void set ( Dictionary<int64,TIndex^>^ value); }